home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / SwitchBox / SwitchBoxInspector.h < prev    next >
Text File  |  1995-06-12  |  192b  |  16 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import <apps/InterfaceBuilder.h>
  5.  
  6. @interface SwitchBoxInspector:IBInspector
  7. {
  8.     id initialText;
  9.     id versionText;
  10. }
  11.  
  12. - init;
  13. - setVersionText: anObject;
  14.  
  15. @end
  16.